O controle do cubo de navegação, ou 'cubo de navegação, é uma ajuda gráfica de interface com o usuário para reorientar a visualização 3D. Por padrão, ele é visível e reside no canto superior direito da tela 3D. Se você estiver olhando para a vista 3D padrão, ela se parece com o seguinte:
O cubo de navegação é composto de várias partes:
All parts, except the axis indicators, can be clicked.
The main cube has 26 faces: 6 main faces, 12 rectangular edge faces (introduced in version 0.20), and 8 corner faces. Clicking any of them reorients the camera so that its direction is perpendicular to the selected face.
Há seis setas direcionais: quatro setas triangulares, na parte superior, inferior, esquerda e direita; e duas setas curvas, uma de cada lado da seta superior.
Clicking the round button in the top right corner of the Navigation Cube rotates the 3D view 180 degrees around the vertical axis of the view.
No canto inferior direito do cubo de navegação está um pequeno cubo. Clicando neste cubo, aparecerá um menu que você pode usar para mudar o tipo de vista (Ortográfica, Perspectiva, Isométrica) e para "Zoom to Fit".
O cubo de navegação é configurável, incluindo o ajuste de seu tamanho: Editar → Preferências... → Tela → Navegação → Cubo de Navegação introduced in version 0.19.
Some advanced Navigation Cube parameters cannot be changed in the Preferences Editor. These parameters can be set manually in the Parameter editor.
To manually set colors:
3806916544
(hex: e2e8efc0
). This color can be also set in the Preferences Editor. introduced in version 0.21255
(hex: 000000ff
), or white: 4294967295
(hex: ffffffff
). introduced in version 0.212867003391
(hex: aae2ffff
).RRGGBBAA
. Where AA
stands for the alpha channel (a measure for the transparency), and the other three digit pairs stand for red, green and blue. To convert a hexadecimal value to an unsigned integer you can use the Python console, enter for example int("323232ff", 16)
.The table below lists the other advanced Navigation Cube parameters that can be set in a similar manner. Use the information from the Type column to create a correct new item in step 3.
Name | Description | Type | Default |
---|---|---|---|
BorderWidth | The width of the edges of the cube and the borders around the buttons in pixels. | Float | 1.1 |
ChamferSize | The size of the edges and corners as a factor of the cube size. Values should be in the 0.05 - 0.18 range. | Float | 0.12 |
FontStretch | The font width as a percentage of the default width. Use 0 or 100 for the default font width. | Integer | 0 |
FontWeight | The font weight. Higher values make the font more bold. The effect may depend on the font. Use 0 for the default font weight. | Integer | 0 |
FontZoom | The size of the labels:
|
Float | 0.3 |
OffsetX | The offset of the cube in the X direction relative to its corner position in pixels. | Integer | 0 |
OffsetY | The offset of the cube in the Y direction relative to its corner position in pixels. | Integer | 0 |
ShowCS | Toggles the display of the coordinate system (the X, Y and Z axis indicators). | Boolean | true |
TextBottom | The text on the bottom face of the cube. The default value should be translated. | String | BOTTOM |
TextFront | The text on the front face of the cube. Idem. | String | FRONT |
TextLeft | The text on the left face of the cube. Idem. | String | LEFT |
TextRear | The text on the rear face of the cube. Idem. | String | REAR |
TextRight | The text on the right face of the cube. Idem. | String | RIGHT |
TextTop | The text on the top face of the cube. Idem | String | TOP |